home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWMenu / Include / FWMenu.h next >
Encoding:
Text File  |  1996-04-25  |  552 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWMenu.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWMENU_H
  11. #define FWMENU_H
  12.  
  13. #ifndef FWMNUBAR_H
  14. #include "FWMnuBar.h"
  15. #endif
  16.  
  17. #ifndef FWMNUITM_H
  18. #include "FWMnuItm.h"
  19. #endif
  20.  
  21. #ifndef FWPULLDM_H
  22. #include "FWPullDM.h"
  23. #endif
  24.  
  25. #ifndef FWMENU_K
  26. #include "FWMenu.k"
  27. #endif
  28.  
  29. #endif